# The Wand of Gamelon Remastered

A re-imagining of the 1993 classic game for the Philips CD-i.

## System Requirements

#Windows:

OS: Windows 7 and above
Processor: Quad Core 1.2 ghz
Memory: 4 GB RAM
Graphics: 1GB  video memory
DirectX: Version 11
Storage: 1 GB available space

#Ubuntu:

OS: Ubuntu 12.04/Steam OS
Processor: Quad Core 1.2 ghz
Memory: 4 GB RAM
Graphics: 1GB  video memory
Storage: 1 GB available space


## Installation

Extract the contents of the zip wherever you like. If on Windows, configure controls (see below) if desired. Double click the executable to launch the game. It will be in fullscreen mode by default and prompt you for
your preffered language upon initial boot up (see Advanced Options for changing the language later on).

# Ubuntu Only:
	If you are unable to launch, right click the EXE, go to properties, and under the "Permissions" tab, ensure that "Allow executing file as program" is checked.

	If you're still running into trouble, you may need the following packages installed, depending on your environment:

		libcurl4
		libopenal1

	Open a terminal window and use the "sudo apt install" command with the previous listed packages.

## Controls
 You cannot remap controls at this time. If you have Steam installed, please force the game to use Steam Input to solve issues.

Default, recommended controls are as follows:

# Keyboard
	Game:
		Movement - Arrow Keys
		Jump - Z key
		Attack - X key
		Open Inventory/Doors [In Original Mode] - C key (must be crouching to open inventory in original mode)
		Open Doors [Remastered Mode] - Up key
		Use Item - V key
		View Hint - Space Bar

	Menu:
		Navigation - Arrow Keys
		Select - Z key
		Close Menu - C key

# XInput Gamepad
	Game:
		Movement - Directional pad/analog stick
		Jump - A button
		Attack - X button
		Open Inventory/Doors [In Original Mode] - Y button (must be crouching to open inventory in original mode)
		Open Doors [Remastered Mode] - Up key
		Use Item - B button
		View Hint - Select button
	
	Menu:
		Navigation - Directional pad/analog stick
		Select - A button
		Close Menu - Y button
		
## Gameplay
Collect items, interact with NPCs, defeat enemies, and obtain keys to make your way to the big bad and free the island. Stabbing scrolls at level ends will unlock the next area for you to traverse. If you get stuck, press the Hint Key (default Shift on keyboard/Select on gamepad) to receive some encouragement in the right direction.
		
## Options
In the main menu, you will find an options sub-menu. Here are the following options and what they mean:

	# Remastered Mode
		Default off. Toggling Remastered Mode on eliminates limited continues, changes the color of the rupees to match the rest of the series, allows pickup of non-quest items without stabbing them with the smart sword, allows opening the inventory without crouching, and modifies other certain gameplay and enemy behaviors to allow for a more pleasing experience. 
	# Fullscreen
		Toggle on or off. Borderless fullscreen is the only option available at this time.
	# Aspect
		The following options are toggleable:
			* Original (Default) - The game outputs the original resolution image. Pixels will be slightly wider, but no shimmering is present.
			* Wide - The game outputs a wider image, opening the view up for areas that support it. Pillar boxing is used in areas that do not support this mode.
			* 4:3 - The game outputs a 4:3 image, the way it would have been most commonly seen and how it was intended to look on consumer televisions on original release. Shimmering (an effect that is unsightly to some) is present.
	# Subtitles
		Default on. Allows closed captioning of the game's cinema scenes. Only available in English at the moment.
	# Autosave
		Default on. When on, the game will autosave your progress to the last save slot once you return to the main menu.

##Troubleshooting
If you need additional help, please join our Discord server: https://discord.gg/bGCm8RK		

	#Performance
		# With this patch, any refresh rate errors and texture loading errors should be corrected; however, if you're still getting tons of slowdown, please make sure your monitor is set to 60Hz.

##Advanced Options
Most of these options are in the savedata.ini file that is created upon first boot. It is located in the Appdata folder, under Local, in the WOGR folder. If no folder exists, create one and create "savedata.ini" inside of it.

	# Language
		The game will not prompt you for language selection after initial boot up, however, you can change your language option after the fact by changing
		language="0"
		in language.ini, in the same directory as the savedata.ini (see above). It'll be under [settings]. Change the number to whichever language you would prefer.
		
		Language codes are as follows:
			0=English
			1=Spanish
			2=French
			3=German
			4=Dutch
			5=Italian
			6=Russian

	#Window Scaling: Add window_scale="1" to your ini under [options]. 1x is default, but 2x, 3x, and 4x is available; change the number in the option for the different sizes. The scaling will appear after the intro.

	#Skip intro: To skip the opening title, add
		intro_skip="1"
	under [options].

## Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.